Skip to main content

QueueNames<T>

Util static generic class to create unique queue names for types

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public static class QueueNames<T>

Properties

Priority

View Source
Declaration
public static string Priority { get; }

In

View Source
Declaration
public static string In { get; }

Out

View Source
Declaration
public static string Out { get; }

Dlq

View Source
Declaration
public static string Dlq { get; }

AllQueueNames

View Source
Declaration
public static string[] AllQueueNames { get; }